diff options
Diffstat (limited to 'app/[lng]/procurement/(procurement)/faq/page.tsx')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/faq/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/procurement/(procurement)/faq/page.tsx b/app/[lng]/procurement/(procurement)/faq/page.tsx index 56a4ee86..00956591 100644 --- a/app/[lng]/procurement/(procurement)/faq/page.tsx +++ b/app/[lng]/procurement/(procurement)/faq/page.tsx @@ -24,7 +24,7 @@ export default async function FaqPage(props: Props) { <div className="space-y-6 p-10 pb-16">
<div className="flex justify-between items-center">
<div className="space-y-0.5">
- <h2 className="text-2xl font-bold tracking-tight">자주 묻는 질문</h2>
+ <h2 className="text-2xl font-bold tracking-tight">FAQ</h2>
{/* <p className="text-muted-foreground">
Find answers to common questions about using the EVCP system.
</p> */}
|
